Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE] Cleanup USE_UNITTEST_DIR which is now enabled at project level #41070

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion FWCore/Framework/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<flags USE_UNITTEST_DIR="1"/>
<use name="boost"/>
<library file="DummyData.cc,DummyRecord.cc,DepRecord.cc,Dummy2Record.cc,DepOn2Record.cc" name="FWCoreFrameworkTestDummyForEventSetup">
<use name="FWCore/Framework"/>
Expand Down
1 change: 0 additions & 1 deletion FWCore/Integration/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<environment>
<flags USE_UNITTEST_DIR="1"/>
<bin name="TestFWCoreIntegrationStandalone" file="testRunner.cpp,standalone_t.cppunit.cc">
<use name="cppunit"/>
<use name="FWCore/Framework"/>
Expand Down
1 change: 0 additions & 1 deletion FWCore/Services/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<flags USE_UNITTEST_DIR="1"/>
<library file="StuckAnalyzer.cc" name="StuckAnalyzer">
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
Expand Down
1 change: 0 additions & 1 deletion IOPool/Common/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<flags USE_UNITTEST_DIR="1"/>
<test name="TestEdmFastMerge" command="TestEdmFastMerge.sh"/>
<test name="TestEdmConfigDump" command="run_TestEdmConfigDump.sh"/>
<test name="testIOPoolCommonLumiOverlap" command="test_overlap_lumi_fast_copy.sh"/>
1 change: 0 additions & 1 deletion IOPool/Input/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<environment>
<flags USE_UNITTEST_DIR="1"/>
<test name="TestPoolInput" command="TestPoolInput.sh"/>

<library file="IOExerciser.cc" name="IOExerciser">
Expand Down
1 change: 0 additions & 1 deletion IOPool/Output/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<flags USE_UNITTEST_DIR="1"/>
<test name="TestPoolOutput" command="TestPoolOutput.sh"/>
1 change: 0 additions & 1 deletion IOPool/SecondaryInput/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<environment>
<flags USE_UNITTEST_DIR="1"/>
<test name="TestSecondaryInput" command="TestSecondaryInput.sh"/>

<library file="SecondaryProducer.cc" name="SecondaryProducer">
Expand Down
1 change: 0 additions & 1 deletion IOPool/Streamer/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<environment>
<flags USE_UNITTEST_DIR="1"/>
<use name="FWCore/Framework"/>
<bin file="EventMessageTest.cpp">
<use name="IOPool/Streamer"/>
Expand Down