Skip to content

Commit 3a935cf

Browse files
committed
Fixed Makefile.manual
Changed src/Makefile.manual so that stdlib_hashmap_chaining.f90 and stdlib_hashmap_open.f90 are included in the library. Changed the formatting of src/tets/hashmaps/Makefile.manual so that it is more consistent with other tests Makefile.manual(s). [ticket: X]
1 parent 4eb70ff commit 3a935cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Makefile.manual

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ SRC = f18estop.f90 \
6262
stdlib_specialfunctions_legendre.f90 \
6363
stdlib_hashmap_wrappers.f90 \
6464
stdlib_hashmaps.f90 \
65+
stdlib_hashmap_chaining.f90 \
66+
stdlib_hashmap_open.f90 \
6567
stdlib_io.f90 \
6668
stdlib_logger.f90 \
6769
stdlib_quadrature_gauss.f90 \

src/tests/hashmaps/Makefile.manual

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
PROGS_SRC = test_chaining_maps.f90 test_open_maps.f90
1+
PROGS_SRC = test_chaining_maps.f90 \
2+
test_open_maps.f90
23

34

45
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)