Skip to content

Commit 057a7cf

Browse files
committed
chore: remove compiler test for the moment
1 parent 5bf619d commit 057a7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CTEST_FLAGS = -std=c99 -g
44
LDFLAGS = -lcriterion
55

66
SOURCES = src/scanner.c src/chunk.c src/compiler.c src/debug.c src/memory.c src/value.c src/vm.c src/object.c src/table.c
7-
TEST_SOURCES = tests/scanner_test.c tests/compiler_test.c
7+
TEST_SOURCES = tests/scanner_test.c
88

99
all: clox
1010

0 commit comments

Comments
 (0)