diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-04-03 23:17:06 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-25 14:10:10 +0200 |
commit | 5ea1bf556419204511195fa5b2bedbd1318b51ff (patch) | |
tree | b718824326e091df20b6339e35da9f1136a1bada /build | |
parent | 9bf1863c585506fda6b2fd23de08164bb4fb530d (diff) | |
download | astra-5ea1bf556419204511195fa5b2bedbd1318b51ff.tar.gz astra-5ea1bf556419204511195fa5b2bedbd1318b51ff.tar.bz2 astra-5ea1bf556419204511195fa5b2bedbd1318b51ff.tar.xz astra-5ea1bf556419204511195fa5b2bedbd1318b51ff.zip |
Remove C++ projector tests
These have been superseded by python versions.
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index 209206e..f478bb7 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -257,8 +257,6 @@ endif TEST_OBJECTS=\ tests/main.o \ tests/test_AstraObjectManager.o \ - tests/test_ParallelBeamLineKernelProjector2D.o \ - tests/test_ParallelBeamLinearKernelProjector2D.o \ tests/test_Float32Data2D.o \ tests/test_VolumeGeometry2D.o \ tests/test_ParallelProjectionGeometry2D.o \ |