From be2676e56ae0c72321c60c4848ce720ccf095b26 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 1 Feb 2020 14:17:04 +0100 Subject: Remaking List, Removed include/, test/ and Makefile --- test/main.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test/main.cpp (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp deleted file mode 100644 index 761095f..0000000 --- a/test/main.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* main.cpp :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/01 10:06:52 by cacharle #+# #+# */ -/* Updated: 2020/02/01 10:12:49 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#include "ft_containers.hpp" - -int main() -{ - std::cout << "=== ft_containers ===" << std::endl << std::endl; - std::cout << "TEST: List.hpp" << std::endl; - test_list_base(); - - return 0; -} -- cgit