Skip to content

Commit

Permalink
Add a test to check a TestSoA can be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Oct 20, 2023
1 parent 2a6c884 commit 9e2724c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DataFormats/PortableTestObjects/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<bin file="TestSoA.cc" name="testSoA">
<use name="DataFormats/PortableTestObjects"/>
</bin>
5 changes: 5 additions & 0 deletions DataFormats/PortableTestObjects/test/TestSoA.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "DataFormats/PortableTestObjects/interface/TestSoA.h"

int main() {
return 0;
}

0 comments on commit 9e2724c

Please sign in to comment.