[gn] expand dummy target from 2ed813ff26

It also needs a sources list for the sync script not to complain.
This commit is contained in:
Nico Weber 2023-09-20 18:55:37 -04:00
parent 81b0c24cb1
commit 54e1454965

View File

@ -1 +1,4 @@
# FIXME: If we add the VE target to the GN build, add VETests here.
group("dummy") {
sources = [ "MachineInstrTest.cpp" ]
}