Tests and fixes for url_encode
This commit is contained in:
7
Makefile
7
Makefile
@@ -49,5 +49,12 @@ output/noh.o: src/noh.h | output
|
||||
|
||||
################################################################################
|
||||
|
||||
test: output/test
|
||||
output/test: test/test_path.c $(SHARED_LIB_FILES) | output
|
||||
gcc $(CFLAGS) -I./src -o output/test test/test_path.c $(SHARED_LIBS)
|
||||
|
||||
################################################################################
|
||||
|
||||
output:
|
||||
mkdir -p output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user