aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-18 13:09:40 +0200
committerDavid Robillard <d@drobilla.net>2018-09-29 14:46:36 +0200
commit1e950679374a783311c21cd74e815fd8073339a5 (patch)
tree8282071cb2f031a63311de91f204bce0a18a2568 /Makefile
parentd1b56c513971c2fcc5314ca919c57fbc614d1a5a (diff)
downloadchilbert-1e950679374a783311c21cd74e815fd8073339a5.tar.gz
chilbert-1e950679374a783311c21cd74e815fd8073339a5.tar.bz2
chilbert-1e950679374a783311c21cd74e815fd8073339a5.zip
Add gray code rank tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58def9b..437ca31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXXFLAGS += -I. -std=c++14 -Wall -Wextra -Wno-unused-parameter
HEADERS = $(wildcard chilbert/*.hpp)
-TESTS = test/test_bitvec
+TESTS = test/test_bitvec test/test_gray_code_rank
all: $(TESTS)