elog-errors: remove generated file

Moved the YAML to phosphor-dbus-interfaces directly and removed
the generated files here.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I76cf0fb8d72e91b52ba4b1647ea6b712509a9abd
diff --git a/test/meson.build b/test/meson.build
index 8e5da4c..a0c7df8 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -20,7 +20,6 @@
 endif
 
 test_sources = [
-  generated_sources,
   '../occ_pass_through.cpp',
   '../occ_manager.cpp',
   '../occ_status.cpp',
@@ -33,6 +32,7 @@
   '../powercap.cpp',
   '../i2c_occ.cpp',
   '../utils.cpp',
+  occ_sensor_hpp,
 ]
 
 if get_option('with-host-communication-protocol')=='pldm'
@@ -59,7 +59,7 @@
 foreach t : tests
   test(t, executable(t.underscorify(), t,
                      test_sources,
-                     include_directories: ['..', '../gen'],
+                     include_directories: '..',
                      dependencies: [
                          gtest_dep,
                          gmock_dep,
@@ -67,4 +67,4 @@
                          deps
                          ]),
        workdir: meson.current_source_dir())
-endforeach
\ No newline at end of file
+endforeach