Skip to content

Commit

Permalink
Add comment showing how to run with electric fence
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemarple committed Jun 6, 2018
1 parent 626d7c5 commit 59b5455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/test/Makefile
Expand Up @@ -26,7 +26,8 @@ test_MicroNMEA : test_MicroNMEA.o MicroNMEA.o
.PHONY : run
run : test_MicroNMEA
./test_MicroNMEA < nmea_sentences.txt

# Or run with electric fence to catch segmentation faults
# LD_PRELOAD=libefence.so ./test_MicroNMEA < nmea_sentences.txt

# Regression testing. Run as "make regressiontest", should display
# "TEST PASSED" if everything ok.
Expand Down

0 comments on commit 59b5455

Please sign in to comment.