Commit c4922dc9 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'wptests' into 'master'

WeightingPotentialReader: Add a First Test

See merge request allpix-squared/allpix-squared!561
parents 069f3f30 a15f938f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,5 +4,8 @@ ALLPIX_DETECTOR_MODULE(MODULE_NAME)
# Add source files to library
ALLPIX_MODULE_SOURCES(${MODULE_NAME} WeightingPotentialReaderModule.cpp)

# Register module tests
ALLPIX_MODULE_TESTS(${MODULE_NAME} "tests")

# Provide standard install target
ALLPIX_MODULE_INSTALL(${MODULE_NAME})
+7 −0
Original line number Diff line number Diff line
[AllPix]
number_of_events = 0
detectors_file = "detector.conf"

[WeightingPotentialReader]
model = pad
log_level = trace
+4 −0
Original line number Diff line number Diff line
[mydetector]
type = "test"
position = 0 0 0
orientation = 0 0 0