ソースを参照

Filenames corrected.

main
offa 7年前
コミット
d60701bf91
3個のファイルの変更3行の追加3行の削除
  1. +0
    -0
      include/scope_exit.h
  2. +2
    -2
      test/CMakeLists.txt
  3. +1
    -1
      test/ScopeExitTest.cpp

include/scope_guard.h → include/scope_exit.h ファイルの表示


+ 2
- 2
test/CMakeLists.txt ファイルの表示

@@ -17,11 +17,11 @@ function(add_test_suite name)
endfunction()


add_test_suite(ScopeGuardTest)
add_test_suite(ScopeExitTest)
add_test_suite(UniqueResourceTest)


add_custom_target(unittest ScopeGuardTest
add_custom_target(unittest ScopeExitTest
COMMAND UniqueResourceTest
COMMENT "Running unittests\n\n"
VERBATIM

test/ScopeGuardTest.cpp → test/ScopeExitTest.cpp ファイルの表示

@@ -18,7 +18,7 @@
* along with Scope Guard. If not, see <http://www.gnu.org/licenses/>.
*/

#include "scope_guard.h"
#include "scope_exit.h"
#include <catch.hpp>
#include <trompeloeil.hpp>


読み込み中…
キャンセル
保存