hwtests/source/tests/cpu/cputests.h
2015-01-30 17:00:44 -02:00

7 lines
115 B
C++

#pragma once
namespace CPU {
namespace Integer { void TestAll(); }
namespace Memory { void TestAll(); }
}