Skip to content

Commit

Permalink
time: link to math tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Aug 7, 2024
1 parent ea88d42 commit d91828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ ctest-all:
make ctest package=text module=utf8
gcc -Wall -Isrc test/time/time.test.c src/time/*.c -o time.time
make ctest package=time module=time
gcc -Wall -Isrc test/time/duration.test.c src/time/*.c -o time.duration
gcc -Wall -Isrc test/time/duration.test.c src/time/*.c -o time.duration -lm
make ctest package=time module=duration

ctest:
Expand Down

0 comments on commit d91828b

Please sign in to comment.