Skip to content

Commit

Permalink
partial order kinetics test linked and launched
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainPlessis committed Jan 3, 2016
1 parent 64ee0bf commit 984e005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ AC_CONFIG_FILES(test/parsing_chemkin.sh, [chmod +x test/parsing_
AC_CONFIG_FILES(test/kinetics_reactive_scheme_unit.sh, [chmod +x test/kinetics_reactive_scheme_unit.sh])
AC_CONFIG_FILES(test/nasa_evaluator_unit.sh, [chmod +x test/nasa_evaluator_unit.sh])
AC_CONFIG_FILES(test/ascii_parser_unit.sh, [chmod +x test/ascii_parser_unit.sh])
AC_CONFIG_FILES(test/kinetics_partial_order_unit.sh, [chmod +x test/kinetics_partial_order_unit.sh])

dnl-----------------------------------------------
dnl Generate header files
Expand Down
3 changes: 3 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ check_PROGRAMS += ideal_gas_micro_thermo_unit
check_PROGRAMS += ascii_parser_unit
check_PROGRAMS += lindemann_falloff_threebody_unit
check_PROGRAMS += troe_falloff_threebody_unit
check_PROGRAMS += kinetics_partial_order_unit

#GSL Tests
check_PROGRAMS += molecular_binary_diffusion_unit
Expand Down Expand Up @@ -174,6 +175,7 @@ rotational_relaxation_vec_unit_SOURCES = rotational_relaxation_vec_unit.C
ascii_parser_unit_SOURCES = ascii_parser_unit.C
lindemann_falloff_threebody_unit_SOURCES = lindemann_falloff_threebody_unit.C
troe_falloff_threebody_unit_SOURCES = troe_falloff_threebody_unit.C
kinetics_partial_order_unit_SOURCES = kinetics_partial_order_unit.C

# GSL Tests
molecular_binary_diffusion_unit_SOURCES = molecular_binary_diffusion_unit.C
Expand Down Expand Up @@ -252,6 +254,7 @@ TESTS += ideal_gas_micro_thermo_unit
TESTS += ascii_parser_unit.sh
TESTS += lindemann_falloff_threebody_unit
TESTS += troe_falloff_threebody_unit
TESTS += kinetics_partial_order_unit.sh

# GSL Tests
TESTS += molecular_binary_diffusion_unit
Expand Down

0 comments on commit 984e005

Please sign in to comment.