From 72088a65cd98566e7fcb18ef6a9299bbb6a6551c Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Wed, 25 Oct 2017 15:28:41 +0200 Subject: [PATCH] add new test executable --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be630674..27a2993f 100644 --- a/setup.py +++ b/setup.py @@ -280,7 +280,8 @@ setup( 'console_scripts': [ 'bfps = bfps.__main__:main', 'bfps1 = bfps.__main__:main', - 'bfps.test_NSVEparticles = bfps.test.test_bfps_NSVEparticles:main'], + 'bfps.test_NSVEparticles = bfps.test.test_bfps_NSVEparticles:main', + 'bfps.test_particles = bfps.test.test_particles:main'], }, version = VERSION, ######################################################################## -- GitLab