diff options
| author | Kyle Altendorf <sda@fstab.net> | 2019-09-22 10:47:44 -0400 |
|---|---|---|
| committer | Kyle Altendorf <sda@fstab.net> | 2019-09-22 10:47:44 -0400 |
| commit | b0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d (patch) | |
| tree | 0f90e388be8a7f9c79eccba64e7b8a8d6266e646 /makefile | |
| parent | Return non-zero when tests fail (diff) | |
| parent | Merge pull request #24 from altendky/separate_test_and_main (diff) | |
| download | siphash-b0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d.tar.gz siphash-b0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d.tar.xz | |
Merge branch 'master' into return_for_test_failed
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC=gcc CFLAGS=-Wall --std=c99 -SRC=siphash.c halfsiphash.c test.c +SRC=siphash.c halfsiphash.c test.c testmain.c BIN=test debug vectors ifneq ($(cROUNDS),) |
