diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-03-04 09:41:00 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-03-04 09:48:49 +0100 |
commit | 0778d3c45d1aef18d9b2ae6769e372b2a3d83b8e (patch) | |
tree | 046baeb2da4940c4292a67416d047cf35c1b8b72 /test/suite/test.sh | |
parent | 8a40f5f49d428bbc89f54144d893a9fa16e3156c (diff) |
New cross-platform argparser to replace getopt and getoptpp.
Diffstat (limited to 'test/suite/test.sh')
-rwxr-xr-x | test/suite/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite/test.sh b/test/suite/test.sh index 97d2551..c54137a 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -70,8 +70,6 @@ ctor -v # Object file should have been recompiled MOD2=`stat $STAT_FORMAT ${BUILDDIR}/hello-hello_cc.o` -echo $MOD1 -echo $MOD2 [[ $MOD1 == $MOD2 ]] && fail ${LINENO} # Replacve -DFOO with -DBAR in foo external.cxxflags |