MIPS-Simulator / test_config.hpp.in
test_config.hpp.in
Raw
#ifndef TEST_CONFIG_HPP
#define TEST_CONFIG_HPP

#include <string>

const std::string TEST_FILE_DIR = "@TEST_FILE_DIR@";

#endif