Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
ref #163
  • Loading branch information
jklmnn committed Apr 7, 2020
1 parent 4ebb2de commit d0b06af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ make -C ada-runtime

set -e

./cement test/message_client/message_client.xml . lib test
./cement test/hello_world/hello_world.xml . lib test
./cement test/log_proxy/log_proxy.xml . lib test
./cement test/rom/rom.xml . lib test
./cement test/memory_client/memory_client.xml . lib test
./cement test/timer/timer.xml . lib test
./cement build test/message_client/message_client.xml . lib test
./cement build test/hello_world/hello_world.xml . lib test
./cement build test/log_proxy/log_proxy.xml . lib test
./cement build test/rom/rom.xml . lib test
./cement build test/memory_client/memory_client.xml . lib test
./cement build test/timer/timer.xml . lib test

export LD_LIBRARY_PATH=build/lib
expect test/message_client/message_client.expect
Expand Down

0 comments on commit d0b06af

Please sign in to comment.