Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
23485549
Commit
23485549
authored
May 08, 2020
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test/Makefile
parent
785af780
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Makefile
test/Makefile
+6
-4
No files found.
test/Makefile
View file @
23485549
include
Makefile.inc
testdirs
:=
h2ogs h2ocg si2gs cgcell si4gs si4cg si4mlwf si4bomd si4cpmd
\
efield o2gs si2stress si4stress
testdirs
:=
h2ogs h2ocg h2oresp
\
si2gs si2stress cgcell
\
si4gs si4cg si4mlwf si4bomd si4cpmd
\
efield o2gs si4stress siatom
all
:
for
d
in
$(testdirs)
;
do
(
cd
$$
d
;
$(MAKE)
)
;
done
for
d
in
$(testdirs)
;
do
$(MAKE)
-C
$$
d
-w
;
done
clean
:
for
d
in
$(testdirs)
;
do
(
cd
$$
d
;
$(MAKE)
clean
)
;
done
for
d
in
$(testdirs)
;
do
$(MAKE)
-C
$$
d
-w
clean
;
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment