Skip to content

Commit

Permalink
test: test_oppenv renamed to project_tester
Browse files Browse the repository at this point in the history
  • Loading branch information
avarga committed Oct 11, 2024
1 parent 2e1c2a8 commit c92e320
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_external_build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
MY_DIR=$(dirname "$0")
"$MY_DIR/test_oppenv" install '^(?!(omnetpp|inet|simulte|simu5g|veins))'
"$MY_DIR/project_tester" install '^(?!(omnetpp|inet|simulte|simu5g|veins))'
2 changes: 1 addition & 1 deletion tests/test_inet_build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
MY_DIR=$(dirname "$0")
"$MY_DIR/test_oppenv" install inet
"$MY_DIR/project_tester" install inet
2 changes: 1 addition & 1 deletion tests/test_omnetpp_build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
MY_DIR=$(dirname "$0")
"$MY_DIR/test_oppenv" install omnetpp
"$MY_DIR/project_tester" install omnetpp

0 comments on commit c92e320

Please sign in to comment.