~nickpapior/siesta/tddft-work

« back to all changes in this revision

Viewing changes to Src/fdict/test/Makefile.inc

  • Committer: Rafi Ullah
  • Date: 2017-08-30 14:09:10 UTC
  • mfrom: (611.1.19 trunk)
  • Revision ID: rraffiu@gmail.com-20170830140910-bhu0osuh4d59wn8e
Merged with trunk-630

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
TEST_EXE_  = tst_simple tst_sp tst_dp tst_mem
8
8
TEST_EXE_ += tst_char
9
9
TEST_EXE_ += tst_type
 
10
TEST_EXE_ += tst_dict_a_ tst_dict_a1
10
11
TEST_EXE_ += tst_dict tst_dict_long
11
12
TEST_EXE_ += tst_dict_mem1 tst_dict_mem2
12
13
TEST_EXE_ += tst_dict_mem3 tst_dict_mem4
41
42
$(TEST): $(TEST_COMMON) $(TEST_LIB)
42
43
# There are *.inc files in the src directory that is
43
44
# needed
44
 
$(TEST): INCLUDES += -I$(src_DIR)
 
45
$(TEST): INCLUDES += -I$(src_DIR) -I.
45
46
 
46
47
 
47
48
.PHONY: test
77
78
        $(FC) -o $@ $(FFLAGS) $(INCLUDES) $^
78
79
        ./$@
79
80
 
 
81
tst_dict_a_: tst_dict_a_.o
 
82
        $(FC) -o $@ $(FFLAGS) $(INCLUDES) $^
 
83
        ./$@
 
84
tst_dict_a1: tst_dict_a1.o
 
85
        $(FC) -o $@ $(FFLAGS) $(INCLUDES) $^
 
86
        ./$@
 
87
 
80
88
tst_dict_speed: tst_dict_speed.o
81
89
        $(FC) -o $@ $(FFLAGS) $(INCLUDES) $^
82
90
        ./$@