chore: Rebase to dev branch with binomial heap PR.
This commit is contained in:
parent
660e711b17
commit
fbbc15cf73
7 changed files with 403 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -72,6 +72,10 @@ build-test: $(BINS_TEST)
|
|||
$(BINS_TEST): %: %.c.o $(LIB)
|
||||
$(CC) \
|
||||
$^ -o $@
|
||||
=======
|
||||
$(BINS_TEST): %: %.c.o $(OBJS)
|
||||
$(CC) $^ -larchive -o $@
|
||||
>>>>>>> c94ab92 (refactor: Add libarchive link to test compilation area of the Makefile. Created test units with xcursor-dmz as test package.)
|
||||
|
||||
# Along with the include directory, each test includes $(TEST_DIR) (which
|
||||
# contains the acutest.h header file), and the src directory of the module it's
|
||||
|
|
|
|||
Reference in a new issue