Skip to content

Commit f656cca

Browse files
gonzalodmfedepedron
authored andcommitted
(#278) New Tests
Reformatted and automatised tests.
1 parent 8f669f0 commit f656cca

File tree

328 files changed

+358283
-1200348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+358283
-1200348
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ test/integration_test/iteration/main_gpu
6969
###########################################################
7070
# Stress test
7171
###########################################################
72-
test/stress_test/0_aguaGPU/*
73-
test/stress_tess/2_hemoGPU/*
74-
test/stress_test/5_caffeineGPU/*
75-
tess/stress_test/9_carotenoGPU/*
72+
test/tests_engine/*.pyc
7673
###########################################################
7774
# Profiling
7875
###########################################################

Makefile

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
################################################################################
2-
# LIO MAKEFILE
3-
################################################################################
2+
# LIO MAKEFILE ################################################################################
43

54
all: liosolo liblio g2g tools
65

@@ -23,12 +22,20 @@ g2g:
2322
tools:
2423
$(MAKE) -C tools
2524

25+
.PHONY: check
26+
check:
27+
$(MAKE) check -C test
28+
29+
.PHONY: compile
30+
compile:
31+
$(MAKE) compile -C test
2632

2733
.PHONY: clean
2834
clean:
2935
$(MAKE) clean -C liosolo
3036
$(MAKE) clean -C lioamber
3137
$(MAKE) clean -C g2g
38+
$(MAKE) clean -C test
3239
$(MAKE) clean -C tools
3340

3441
################################################################################

test/0_aguaCPU/compile_options

-1
This file was deleted.

test/0_aguaCPU/correr.sh

-17
This file was deleted.

test/0_aguaCPU/forces

-3
This file was deleted.

test/0_aguaCPU/salida.ok

-283
This file was deleted.

test/0_aguaGPU/agua.in

-20
This file was deleted.

test/0_aguaGPU/agua.libxc.gpu.in

-19
This file was deleted.

0 commit comments

Comments
 (0)