In reply to cgales:
Hi
The quotes was a mistake in the post. I have not used quotes.
If i do not mention the path of the test in the makefile, how will it know where to pick up tests from ?
Am new to UVM. Even if i do not mention the testname but just the testclass name(ie.if the name of my test is test1.sv and the name of the class is test1 , i include only the testclass name +UVM_TESTNAME = test1) ,I get the same error.
UVM WARNING Cannot create a component of type ‘test1’ because it is registered with the factory
UVM FATAL Requested test from command line +UVM_TESTNAME = test1 was not found.