Skip to content

Commit

Permalink
Further tweak to root Makefile.am for test data install.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Aug 26, 2016
1 parent 74447ac commit 5779c02
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@ aten_DATA = src/gui/icons/aten.png

testroot = $(atendir)/test
test01dir = $(testroot)/build
test01_DATA = $(testroot)/build/*
test01_DATA = data/test/build/*
test02dir = $(testroot)/ff
test02_DATA = $(testroot)/ff/*
test02_DATA = data/test/ff/*
test03dir = $(testroot)/forces
test03_DATA = $(testroot)/forces/*
test03_DATA = data/test/forces/*
test04dir = $(testroot)/io_cif
test04_DATA = $(testroot)/io_cif/*
test04_DATA = data/test/io_cif/*
test05dir = $(testroot)/io_csd
test05_DATA = $(testroot)/io_csd/*
test05_DATA = data/test/io_csd/*
test06dir = $(testroot)/io_dlputils
test06_DATA = $(testroot)/io_dlputils/*
test06_DATA = data/test/io_dlputils/*
test07dir = $(testroot)/io_epsr
test07_DATA = $(testroot)/io_epsr/*
test07_DATA = data/test/io_epsr/*
test08dir = $(testroot)/io_gamess
test08_DATA = $(testroot)/io_gamess/*
test08_DATA = data/test/io_gamess/*
test09dir = $(testroot)/io_msi
test09_DATA = $(testroot)/io_msi/*
test09_DATA = data/test/io_msi/*
test10dir = $(testroot)/io_pdb
test10_DATA = $(testroot)/io_pdb/*
test10_DATA = data/test/io_pdb/*
test11dir = $(testroot)/io_sybylmol2
test11_DATA = $(testroot)/io_sybylmol2/*
test11_DATA = data/test/io_sybylmol2/*
test12dir = $(testroot)/io_xyz
test12_DATA = $(testroot)/io_xyz/*
test12_DATA = data/test/io_xyz/*
test13dir = $(testroot)/render
test13_DATA = $(testroot)/render/*
test13_DATA = data/test/render/*
test14dir = $(testroot)/typing
test14_DATA = $(testroot)/typing/*
test14_DATA = data/test/typing/*

ffdir = $(atendir)/ff
ff_DATA = data/ff/*
Expand Down

0 comments on commit 5779c02

Please sign in to comment.