diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-01 14:17:04 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-15 12:59:58 +0200 |
| commit | be2676e56ae0c72321c60c4848ce720ccf095b26 (patch) | |
| tree | de96e98403ea8740cea76d9081c932cbbf8edb44 /test/main.cpp | |
| parent | 7af930f2242f933f79dfbb4ddc84bfd532069556 (diff) | |
| download | ft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.tar.gz ft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.tar.bz2 ft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.zip | |
Remaking List, Removed include/, test/ and Makefile
Diffstat (limited to 'test/main.cpp')
| -rw-r--r-- | test/main.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* 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; -} |
