Skip to content

Commit

Permalink
inet: use fingerprint testing for --test
Browse files Browse the repository at this point in the history
  • Loading branch information
avarga committed Oct 11, 2024
1 parent 9ed10d4 commit 7d83c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opp_env/database/inet.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ def make_inet_project_description(inet_version, omnetpp_versions):
"opp_run$DBG_SUFFIX -l $INET_LIB -n $INET_ROOT/tutorials:$INET_ROOT/examples:.:$INET_ROOT/src -c ARPTest -u Cmdenv --sim-time-limit=10s > /dev/null" if inet_version < "4.0" else
"inet$DBG_SUFFIX -c ARPTest -u Cmdenv --sim-time-limit=10s >/dev/null"
],
"test_commands": [
"cd tests/fingerprint && ./fingerprinttest",
],
"options": {
"from-release": {
"option_description": "Install from release tarball on GitHub",
Expand Down

0 comments on commit 7d83c20

Please sign in to comment.