Skip to content

Commit d832ef3

Browse files
committed
Add note to run all tests
1 parent aaaad63 commit d832ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libassist:
22
$(MAKE) -C src
33
@ln -f -s src/libassist.so .
4-
@if [ "$(MAKELEVEL)" -eq "0" ]; then echo "To compile the example problems, go to a subdirectory of examples/ and execute make there."; fi
4+
@if [ "$(MAKELEVEL)" -eq "0" ]; then echo "To run tests, run 'make test' or go to a subdirectory of examples/ and execute make there."; fi
55

66
all: libassist
77

0 commit comments

Comments
 (0)