mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Try to get iteropts test running on Travis
This commit is contained in:
parent
cf4cefd73c
commit
ca8f0254cf
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.a
|
||||
*lwip_unittests.xml
|
||||
*.suo
|
||||
*.log
|
||||
.depend
|
||||
|
||||
/doc/doxygen/output/html
|
||||
@ -16,7 +17,6 @@
|
||||
/contrib/examples/example_app/lwipcfg.h
|
||||
/contrib/examples/example_app/lwipopts_test.h
|
||||
|
||||
/contrib/ports/unix/example_app/iteropts.log
|
||||
/contrib/ports/unix/example_app/build
|
||||
/contrib/ports/unix/example_app/example_app
|
||||
/contrib/ports/unix/example_app/makefsdata
|
||||
|
2
contrib/ports/unix/example_app/iteropts.sh
Normal file → Executable file
2
contrib/ports/unix/example_app/iteropts.sh
Normal file → Executable file
@ -16,7 +16,7 @@ do
|
||||
rm $EXAPPDIR/lwipopts_test.h
|
||||
# cat the file to update its timestamp
|
||||
cat $f > $EXAPPDIR/lwipopts_test.h
|
||||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE
|
||||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE; cat $LOGFILE
|
||||
echo test $f done >> $LOGFILE
|
||||
done
|
||||
echo done, cleaning
|
||||
|
Loading…
Reference in New Issue
Block a user